Skip to content

chore: set CODEOWNERS to @makeitworkcloud/admins#4

Merged
xnoto merged 1 commit intomainfrom
chore/codeowners-org-admins
Apr 30, 2026
Merged

chore: set CODEOWNERS to @makeitworkcloud/admins#4
xnoto merged 1 commit intomainfrom
chore/codeowners-org-admins

Conversation

@xnoto
Copy link
Copy Markdown
Contributor

@xnoto xnoto commented Apr 30, 2026

Summary

  • Transfer code ownership from individual maintainer to the @makeitworkcloud/admins team so PR review routing tracks the org rather than a personal account.

Test plan

  • CODEOWNERS validates (no GitHub warning on the PR page)
  • Required reviewers on PRs to this repo resolve to @makeitworkcloud/admins

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

OpenTofu Plan

OpenTofu will perform the following actions:

  # module.k3s.libvirt_cloudinit_disk.commoninit will be created
  + resource "libvirt_cloudinit_disk" "commoninit" {
      + id             = (known after apply)
      + meta_data      = <<-EOT
            instance-id: k3s
            local-hostname: k3s
        EOT
      + name           = "k3s_commoninit"
      + network_config = <<-EOT
            version: 2
            ethernets:
              enp1s0:
                dhcp4: true
              enp2s0:
                dhcp4: false
                addresses:
                  - 192.168.102.2/24
        EOT
      + path           = (known after apply)
      + size           = (known after apply)
      + user_data      = (sensitive value)
    }

  # module.k3s.libvirt_volume.cloudinit will be updated in-place
  ~ resource "libvirt_volume" "cloudinit" {
      ~ allocation = 49152 -> (known after apply)
      ~ capacity   = 49152 -> (known after apply)
      ~ create     = {
          ~ content = {
              ~ url = "/tmp/terraform-provider-libvirt-cloudinit/cloudinit-16de859e0abe38bb.iso" -> (known after apply)
            }
        }
        id         = "/mnt/nvme/cluster/k3s_cloudinit.iso"
        name       = "k3s_cloudinit.iso"
      ~ physical   = 49152 -> (known after apply)
        # (3 unchanged attributes hidden)
    }

  # module.runner.libvirt_cloudinit_disk.commoninit will be created
  + resource "libvirt_cloudinit_disk" "commoninit" {
      + id             = (known after apply)
      + meta_data      = <<-EOT
            instance-id: runner
            local-hostname: runner
        EOT
      + name           = "runner_commoninit"
      + network_config = (sensitive value)
      + path           = (known after apply)
      + size           = (known after apply)
      + user_data      = (sensitive value)
    }

  # module.runner.libvirt_volume.cloudinit will be updated in-place
  ~ resource "libvirt_volume" "cloudinit" {
      ~ allocation = 49152 -> (known after apply)
      ~ capacity   = 49152 -> (known after apply)
      ~ create     = {
          ~ content = {
              ~ url = "/tmp/terraform-provider-libvirt-cloudinit/cloudinit-86070e4489865a53.iso" -> (known after apply)
            }
        }
        id         = "/var/lib/libvirt/images/runner_cloudinit.iso"
        name       = "runner_cloudinit.iso"
      ~ physical   = 49152 -> (known after apply)
        # (3 unchanged attributes hidden)
    }

Plan: 2 to add, 2 to change, 0 to destroy.

@xnoto xnoto self-assigned this Apr 30, 2026
@xnoto xnoto merged commit 7202cce into main Apr 30, 2026
3 checks passed
@xnoto xnoto deleted the chore/codeowners-org-admins branch April 30, 2026 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant